@charset "utf-8";
html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    /* color: #262626; */
}

@font-face {
  font-family: pingfang_b;
  src:url(../font/PingFang_Bold.ttf);
}
@font-face {
  font-family: pingfang_el;
  src:url(../font/PingFang_ExtraLight.ttf);
}
@font-face {
  font-family: pingfang_h;
  src:url(../font/PingFang_Heavy.ttf);
}
@font-face {
  font-family: pingfang_l;
  src:url(../font/PingFang_Light.ttf);
}
@font-face {
  font-family: pingfang_m;
  src:url(../font/PingFang_Medium.ttf);
}
@font-face {
  font-family: pingfang_r;
  src:url(../font/PingFang_Regular.ttf);
}

@font-face {
  font-family: number_only;
  src:url(../font/Number.ttf);
}
@font-face {
  font-family: MontDemo;
  src:url(../font/MontDemo-Heavy.otf);
}
@font-face {
  font-family: font_ding;
  src:url(../font/DINPro-Medium.ttf);
}
.ct{font-family:pingfang_b}
.tc{font-family:pingfang_h}
.cg{font-family:pingfang_m}
.zd{font-family:pingfang_r}
.xt{font-family:pingfang_l}
.jx{font-family:pingfang_el}
.sz{font-family: din;}
.yw{font-family:MontDemo}
.font_ding{font-family:font_ding}
body {
    font: 0.16rem/1.5 "pingfang_m",'pingfang_b','pingfang_r','pingfang_r';
    color: #262626;
}
a{color: #262626;}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden; 
    height:0;
} 
.clearfix{zoom:1}
.img{overflow: hidden;}
.img:hover img{transform:scale(1.1)}
.img img{
    transition: all 0.3s ease;
    width: 100%;
}
.imgj {
    overflow: hidden;
}
.wal {max-width: 12rem;margin:0 auto;width: 90%;/* padding: 0 1rem; */z-index: 2;position: relative;}
a:hover {
    text-decoration: none;
    color: #e7222a;
}
.swiper {
        width: 100%;
        height: 100%;
      }
.swiper-button-prev,.swiper-button-next {
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.14rem;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    border: 1px solid #fff;
    z-index: 9;
}
.swiper-button-prev{
    left: 0.1rem;
    transform: rotate(180deg) translate(0, 50%);
}
.swiper-button-next{
    right: 0.1rem;
    transform: translate(0, -50%) rotate(0deg);
}
.swiper-button-prev:hover, .swiper-button-next:hover{
    /* background: url(../images/arrow-hover.png) center center no-repeat; */
    /* background-size: 0.4rem; */
}
.swiper-button-next:hover{
    /* right: -0.1rem; */
    /* transform: translate(0, -50%) rotate(0deg); */
}
.swiper-button-prev:after, .swiper-button-next:after{display:none}
.phone_menu {
    width: 0.34rem;
    background-size: 0.18rem;
    font-size: 0;
    cursor: pointer;
    display: none;
}
.phone_menu .icon_bar{width: 0.3rem;height: 2px;background-color: #666;opacity:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;display: block;}
.phone_menu .icon_bar:nth-of-type(2){margin:5px 0;width: 0.2rem;}
.phone_menu.kai .icon_bar:nth-of-type(2){opacity:0}
.phone_menu.kai .icon_bar:first-child{-webkit-transform:translate(0,7px) rotate(45deg);-ms-transform:translate(0,7px) rotate(45deg);transform: translate(0,8px) rotate(45deg);}
.phone_menu.kai .icon_bar:last-child{-webkit-transform:translate(0,-7px) rotate(-45deg);-ms-transform:translate(0,-7px) rotate(-45deg);transform: translate(0,-6px) rotate(-45deg);}

.swiper-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.swiper-slide .blog-slider__content > * {
	 transform: translateY(90px);
	 transition: all .4s;
}
.swiper-slide-active .blog-slider__content > * {
	opacity: 1;
	transform: none;
}
.swiper-pagination-bullet {
    width: 0.4rem;
    border-radius: 0;
    height: 0.02rem;
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}
.blog-slider__content > *:nth-child(1) {
	transition-delay:0s;
}

.blog-slider__content > *:nth-child(2) {
	transition-delay: 0.1s;
}
.blog-slider__content > *:nth-child(3) {
	transition-delay: 0.2s;
}
.blog-slider__content > *:nth-child(4) {
	transition-delay: 0.3s;
}
.blog-slider__content > *:nth-child(5) {
	transition-delay: 0.4s;
}
.blog-slider__content > *:nth-child(6) {
	transition-delay: 0.5s;
}
.blog-slider__content > *:nth-child(7) {
	transition-delay: 0.6s;
}
.blog-slider__content > *:nth-child(8) {
	transition-delay: 0.7s;
}
.blog-slider__content > *:nth-child(9) {
	transition-delay: 0.8s;
}
.blog-slider__content > *:nth-child(10) {
	transition-delay: 0.9s;
}
.blog-slider__content > *:nth-child(11) {
	transition-delay: 1s;
}
.blog-slider__content > *:nth-child(12) {
	transition-delay: 1.1s;
}
.blog-slider__content > *:nth-child(13) {
	transition-delay: 1.2s;
}
.blog-slider__content > *:nth-child(14) {
	transition-delay: 1.3s;
}
.blog-slider__content > *:nth-child(15) {
	transition-delay: 1.4s;
}

.wap_show {
    display: none;
}

.web_show {
    display: block;
}

.zicon {
    display: none;
}

.zicon.active {
    display: block;
}

/**clear_end**/

.header_box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 301;
}
.header_box.fixd {
    backdrop-filter: saturate(180%) blur(10px);
    background: rgba(0,0,0,0.2);
}
.header_box .wal {
    width: 95%;
    max-width: 14rem;
}

.header_box .nav_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
}

.header_box .nav_box .nav_content {
    display: flex;
    align-items: center;
    /* gap: 0.5rem; */
    flex: 1;
}

.header_box .nav_box .nav_content .nav_logo {}

.header_box .nav_box .nav_content .nav_logo img {
    height: 0.42rem;
}

.header_box .nav_box .nav_content .nav_logo img.logo_c {
    display: none;
}

.header_box .nav_box .nav_content .nav_logo img.logo_b {
    display: block;
}

.header_box.fixd_nav .nav_box .nav_content .nav_logo img.logo_c {}

.header_box.fixd_nav .nav_box .nav_content .nav_logo img.logo_b {}

.header_box .nav_box .nav_content .nav_ul {
    display: flex;
    /* gap: 0.5rem; */
    flex: 1;
    justify-content: space-around;
    padding: 0 1rem 0  0.5rem;
}

.header_box .nav_box .nav_content .nav_ul .nav_li {
    opacity: 0.8;
    border-bottom: 0.03rem solid transparent;
}
.header_box .nav_box .nav_content .nav_ul .nav_li:hover{
    border-bottom: 0.03rem solid #e7222a;
    opacity: 1;
}
.header_box .nav_box .nav_content .nav_ul .nav_li a {
    line-height: 0.7rem;
    display: block;
    color: #fff;
}

.header_box .nav_box .nav_more {}

.header_box .nav_box .nav_more .tel_box {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.header_box .nav_box .nav_more .tel_box img {}

.header_box .nav_box .nav_more .tel_box img.tel_c {
    display: none;
}

.header_box .nav_box .nav_more .tel_box img.tel_b {
    display: block;
}

.header_box.fixd_nav .nav_box .nav_more .tel_box img.tel_b {}

.header_box.fixd_nav .nav_box .nav_more .tel_box img.tel_c {}

.header_box .nav_box .nav_more .tel_box span {
    color: #fff;
}

.header_box.fixd_nav .nav_box .nav_content .nav_ul .nav_li a {}
.write_header {
    background: #fff;
    /* position: relative; */
}

.write_header .nav_box .nav_content .nav_ul .nav_li a {
    color: #333;
}

.write_header .nav_box .nav_content .nav_logo img.logo_c {
    display: block;
}

.write_header .nav_box .nav_content .nav_logo img.logo_b {
    display: none;
}

.write_header .nav_box .nav_more .tel_box span {
    color: #333;font-weight: bold;
}

.write_header .nav_box .nav_more .tel_box img.tel_b {
    display: none;
}

.write_header .nav_box .nav_more .tel_box img.tel_c {
    display: block;
}

.show_navbox {
    position: fixed;
    /* left: 0; */
    /* right: 0; */
    /* top: 0.7rem; */
    /* bottom: 0; */
    z-index: 300;
}

.show_navbox .black_bg {
    background: rgba(0,0,0,0.2);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    z-index: 100;
    display: none;
    /* height: 0; */
}

.two_nav_content {
    position: fixed;
    left: 0px;
    right: 0;
    top: 0.7rem;
    z-index: 999;
    background: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    max-height: 80vh;
    overflow: hidden;
    transition: all 0.5s;
    max-height: 0;
}

.product_content {
    /* height: 80vh; */
    /* max-height: 80vh !important; */
}

.product_content .wal {
    /* display: flex; */
    justify-content: space-between;
    /* gap: 0.5rem; */
    position: relative;
}

.product_content .left_list {
    padding: 0.4rem;
    border-right: 1px solid #ddd;
    position: absolute;
    left: 0;
    width: 3.1rem;
}

.product_content .left_list ul {
    margin: 0 0 1rem 0;
}

.product_content .left_list ul li {
    line-height: 0.45rem;
    padding: 0 0.2rem;
    border-radius: 50px;
    width: 2.3rem;
    margin: 0 0 0.1rem;
}

.product_content .left_list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_content .left_list ul li .text {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.product_content .left_list ul li .text img {
    width: 0.25rem;
}

.product_content .left_list ul li .text img.c_img {
    display: none;
}

.product_content .left_list ul li .text img.h_img {
    display: block;
}

.product_content .left_list ul li .text span {}

.product_content .left_list ul li i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.11rem;
    transition: all 0.3s;
}

.product_content .left_list ul li.on {
    background: #f5f7fa;
}

.product_content .left_list ul li.on a {}

.product_content .left_list ul li.on .text {}

.product_content .left_list ul li.on .text img {}

.product_content .left_list ul li.on .text img.c_img {
    display: block;
}

.product_content .left_list ul li.on .text img.h_img {
    display: none;
}

.product_content .left_list ul li.on .text span {
    color: #e7222a;
}

.product_content .left_list ul li.on i {
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.11rem;
    transform: translate(0.1rem, 0px);
}

.product_content .left_list .see_more {
    position: absolute;
    bottom: 0;
    left: 0.35rem;
    right: 0.35rem;
    border: 1px solid #666;
    line-height: 0.4rem;
    border-radius: 50px;
    padding: 0 0.2rem;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.product_content .left_list .see_more span {}

.product_content .left_list .see_more i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.11rem;
    transition: all 0.3s;
}
.product_content .left_list .see_more:hover{
    background: #e7222a;
    color: #fff;
    border: 1px solid #e7222a;
}

.product_content .left_list .see_more:hover span {}

.product_content .left_list .see_more:hover i {
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.11rem;
}
.nav_product_con {
    flex: 1;
    padding: 0.4rem 0 0.4rem 3.4rem;
    /* padding: 0 0 0 3.1rem; */
    /* overflow-y: scroll; */
}

.nav_product_list {
    max-height: calc(80vh - 0.8rem);
    overflow-y: scroll;
    /* padding: 0.4rem 0; */
}
.nav_product_list::-webkit-scrollbar {
	height:0.08rem;
	background:#fff;
    width:0.03rem
  }
.nav_product_list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #fafafa;
  }

.nav_product_list ul {
    display: flex;
    flex-flow: wrap;
    /* margin: -0.1rem; */
}

.nav_product_list ul li {
    width: 33.33%;
    padding: 0.1rem;
}

.nav_product_list ul li .item {
    background: #f5f7fa;
    border-radius: 0.1rem;
    padding: 0.25rem;
}

.nav_product_list ul li .item .box {
    display: block;
}

.nav_product_list ul li .item .box .imgj {
    background: #f5f7fa;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_product_list ul li .item .box .imgj img {}

.nav_product_list ul li .item .box .text {
    margin: 0.1rem 0 0;
    text-align: center;
}

.nav_product_list ul li .item .box .text .text1 {
    font-size: 0.16rem;
    font-family: 'pingfang_b';
}

.nav_product_list ul li .item .box .text .text2 {
    font-size: 0.14rem;
    color: #666;
}

.nav_product_list a.see_more {
    text-align: right;
    display: block;
    line-height: 0.4rem;
    padding: 0 0.2rem 0 0;
    background: url(../images/hjt.png) right center no-repeat;
    background-size: 0.12rem;
    margin: 0.2rem 0.5rem 0;
    transition: all 0.3s;
}
.nav_product_list a.see_more:hover{
    background: url(../images/cjt.png) right center no-repeat;
    background-size: 0.12rem;
    padding: 0 0.3rem 0 0;
}
.service_content,.about_content {transition: 0.3s;}

.about_content {}

.two_nav_content .other_twonav {}

.two_nav_content .other_twonav ul {
    display: flex;
    /* justify-content: space-between; */
    /* height: 1.3rem; */
    /* align-items: center; */
}

.two_nav_content .other_twonav ul li {
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 1.3rem;
    align-items: center;
}

.two_nav_content .other_twonav ul li a {
    display: block;
}

.two_nav_content .other_twonav ul li .text1 {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    margin-bottom:0.14rem;
}

.two_nav_content .other_twonav ul li:hover {
    background: #fafafa;
}

.two_nav_content .other_twonav ul li:hover .text1 {
    color: #e62129;
}

.two_nav_content .other_twonav ul li .text2 {
    color: #666;
}

.index_banner {
    overflow: hidden;
    position: relative;
}

.index_banner ul {}

.index_banner ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 6rem; */
    /* max-height: 90vh; */
    overflow: hidden;
    position: relative;
}

.index_banner ul li img {width: 100%;}

.index_banner ul li .text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
}

.index_banner ul li .text .text2 {
    font-size: 0.2rem;
}

.index_banner ul li .text .text1 {
    font-size: 0.36rem;
    font-family: 'pingfang_b';
    margin: 0.1rem 0;
}

.index_banner ul li .text .see_more {
    text-align: center;
}

.index_banner ul li .text .see_more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 0.08rem 0.2rem;
}

.index_banner ul li .text .see_more a span {}

.index_banner ul li .text .see_more a i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background-image: url(../images/bjt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem;
}

.index_banner ul li .text .see_more a:hover {
    background: #e7222a;
    border: 1px solid #e7222a;
}

.index_banner ul li .text .see_more a:hover span {}

.index_banner ul li .text .see_more a:hover i {}

.index_banner .banner_buttom {
    transform: translate(0, -0.9rem);
    position: relative;
    z-index: 99;
}
.index_superiority {
    margin: -0.8rem 0 0;
}

.index_superiority ul {
    display: flex;
    box-shadow: 0 0 8px 0 #82889861;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(21px);
    -webkit-backdrop-filter: saturate(180%) blur(21px);
    border-radius: 0.1rem;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.index_superiority ul li {
    flex: 1;
    text-align: center;
}

.index_superiority ul li .item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
}
.index_superiority ul li .item:hover {
    background: #fff;
}
.index_superiority ul li .item h3 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.index_superiority ul li .item p {
    color: #666;
}
.index_superiority ul li .swiper-container {
    height: 1.6rem;
    overflow: hidden;
}

.index_part {
    padding: 0.6rem 0;
}

.all_ti {
    margin: 0 0 0.4rem 0;
}

.all_ti .ti {
    text-align: center;
}

.all_ti .ti h3 {
        font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin-bottom: 0.14rem;
}

.all_ti .ti p {
    font-size: 0.2rem;
    color: #666;
}

.product_list_one {
    overflow: hidden;
}

.product_list_one ul {
    display: flex;
    margin: -0.1rem;
}

.product_list_one ul li {
    width: 33.33%;
    padding: 0.1rem;
}

.product_list_one ul li .item {
    border-radius: 0.1rem;
    display: block;
    background: #f5f7fa;
}

.product_list_one ul li .item .imgj {
    /* padding: 0.2rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
}

.product_list_one ul li .item .imgj img {
    max-width: 80%;
    width: auto;
    max-height: 90%;
}

.product_list_one ul li .item .text {
    padding: 0.2rem 0 0.3rem;
    text-align: center;
}

.product_list_one ul li .item .text .text1 {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.05rem;
    color: #333;
}

.product_list_one ul li .item .text .text2 {
    color: #333;
}

.product_list_one ul li .item .text .more {
    margin: 0.3rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    transition: all 0.3s;
}

.product_list_one ul li .item .text .more span {
    /* color: #333; */
}
.product_list_one ul li .item:hover .text .more{color:#e7222a;gap: 0.2rem;}
.product_list_one ul li .item .text .more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transition: all 0.3s;
}

.product_list_one ul li .item:hover .text .more i {
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.12rem;
    /* transform: translate(10px, 0); */
}

.index_product_change {
    text-align: center;
    margin: 0 00 0.5rem;
}

.index_product_change ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 0.54rem;
    background: #f5f7fa;
    border-radius: 50px;
    padding: 0 0.05rem;
    font-size: 0.18rem;
    width: 90%;
    margin: 0 auto;
}

.index_product_change ul li {
    flex: 1;
    line-height: 0.44rem;
    border-radius: 50px;
    /* padding: 0 0.3rem; */
    cursor: pointer;
}

.index_product_change ul li .text {}

.index_product_change ul li .text span {}

.index_product_change ul li.on {
    background: #e62129;
    color: #fff;
}

.index_product_change ul li.on .text {}

.index_product_change ul li.on .text span {}

.index_product_con {}

.index_product_box {
    display: flex;
    gap: 0.2rem;
}

.index_product_box .maintext {
    width: 2.8rem;
    background: url(../images/probg.png) bottom center;
    background-size: cover;
    color: #fff;
    padding: 0.3rem;
    border-radius: 0.1rem;
}

.index_product_box .maintext .text {}

.index_product_box .maintext .text img {
    width: 0.6rem;
    margin: 0 00 0.3rem;
}

.index_product_box .maintext .text h4 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
}

.index_product_box .maintext .text p {
    margin: 0 00 0.5rem;
    line-height: 0.3rem;
}

.index_product_box .maintext .text a {
    display: inline-block;
    background: #fff;
    border-radius: 50px;
    padding: 0.08rem 0.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.index_product_box .maintext .text a span {}

.index_product_box .maintext .text a i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.index_product_box .maintext .text a:hover {
    background: #e7222a;
    color: #fff;
}

.index_product_box .maintext .text a:hover span {}

.index_product_box .maintext .text a:hover i {
    background: url(../images/bjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.product_list_two {
    flex: 1;
}

.product_list_two ul {
    display: flex;
    flex-flow: wrap;
    /* margin: -0.1rem; */
}

.product_list_two ul li {
    width: 50%;
    padding: 0.1rem;
}

.product_list_two ul li .item {
    background: #f5f7fa;
    border-radius: 0.1rem;
    overflow: hidden;
}
.product_list_two ul li .item:hover {
    background: #f7f4f4;
}
.product_list_two ul li .item .box {}

.product_list_two ul li .item .box .imgj {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2rem;
}

.product_list_two ul li .item .box .imgj img {
    max-width: 80%;
    width: auto;
    max-height: 90%;
}

.product_list_two ul li .item .box .text {
    padding: 0.2rem 0 0.3rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0.12rem 0.2rem 0.15rem;
    background: #ebedf0;
}

.product_list_two ul li .item .box .text .zi {}

.product_list_two ul li .item .box .text .text1 {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    /* margin: 0 0 0.05rem; */
    color: #333;
}

.product_list_two ul li .item .box .text .text2 {
    color: #333;
}

.product_list_two ul li .item .box .text .more {
    display: flex;
    align-items: center;
}

.product_list_two ul li .item .box .text .more span {}

.product_list_two ul li .item .box .text .more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transition: all 0.3s;
}

.product_list_two ul li .item:hover .box .text .more {
    color: #e62129;
}

.product_list_two ul li .item:hover .box .text .more span {}

.product_list_two ul li .item:hover .box .text .more i {
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.12rem;
    transform: translate(0.1rem,0px);
}
.padding_top0 {
    padding-top: 0;
}
.indexcase_box .swiper-container {
    overflow: hidden;
    margin: -0.1rem;
}

.indexcase_box ul {
}

.indexcase_box ul li {
    width: 33.33%;
    padding: 0.1rem;
}

.indexcase_box ul li .item {
    height: 2.8rem;
    background-size: cover;
    background-position: center;
    border-radius: 0.1rem;
    position: relative;
    transition: all 0.3s;
}

.indexcase_box ul li .item .text {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.2rem 0.2rem;
    background: linear-gradient(0deg, rgba(0,0,0,0.6), transparent);
}

.indexcase_box ul li .item .text .text1 {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.05rem 0;
}
.indexcase_box ul li .item:hover {
    box-shadow: 0 0 0.16rem 0 #82889861;
    transform: translate(0, -0.1rem);
}
.indexcase_box ul li .item .text .text2 {}
.bg_fafafa {
    background: #fafafa;
}

.indexpartner_box {
    overflow: hidden;
    /* padding: 0.1rem; */
}

.indexpartner_box ul {}

.indexpartner_box ul li {
    display: flex;
    justify-content: space-between;
}

.indexpartner_box ul li .item {
    flex: 1;
    padding: 0.1rem;
}

.indexpartner_box ul li .item img {
    max-width: 90%;
    max-height: 90%;
}

.indexpartner_box .swiper-container {
    height: 2.7rem;
}
.indexpartner_box ul li .item .imgj {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.1rem;
    transition: all 0.3s;
    height: 100%;
    /* padding: 0.1rem; */
}
.indexpartner_box ul li .item:hover .imgj {box-shadow: 0 0 8px 0 #82889861;}
.bg_about {
    background: url(../images/bg_about.png);
    background-size: cover;
    padding: 0;
    background-position: center;
}

.index_about_con {}

.index_about_con .text_main {
    padding: 0.6rem 0;
    width: 51%;
}

.index_about_con .text_main .ti {}

.index_about_con .text_main .ti img {
    height: 0.42rem;
    display: block;
    margin: 0 0 0.1rem;
}

.index_about_con .text_main .ti p {
    font-size: 0.2rem;
    color: #666;
}

.index_about_con .text_main .zi {
    margin: 0.3rem 0;
    line-height: 0.3rem;
}

.index_about_con .text_main .zi p {}

.index_about_con .text_main .see_more {
    color: #fff;
    width: 1.4rem;
    display: block;
    background: #d81e06;
    border-radius: 50px;
    line-height: 0.44rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    gap: 0.1rem;
    margin: 0.5rem 0;
}

.index_about_con .text_main .see_more span {}

.index_about_con .text_main .see_more i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background-image: url(../images/bjt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem;
    transition: all 0.3s;
}

.index_about_con .text_main .company {
    margin: 0.4rem 0;
    background: rgba(255,255,255,0.5);
    display: inline-flex;
    padding: 0.2rem;
    align-items: center;
    font-size: 0.22rem;
    color: #da251c;
    font-family: 'pingfang_b';
    gap: 0.2rem;
    border-radius: 0.1rem;
}

.index_about_con .text_main .company img {}

.index_about_con .text_main .company span {}

.index_about_con .text_main .see_more:hover {}

.index_about_con .text_main .see_more:hover i {
    transform: translate(0.1rem, 0);
}

.index_about_con .imgj {
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    background-position: bottom;
}

.footcon {
    background: #091b25;
    color: #fff;
}

.foot_main {
    /*display: flex;*/
    padding: 0.6rem 0;
    gap: 1rem;
}

.foot_main .left {
    flex: 2;
}

.foot_main .left ul {
    display: flex;
}

.foot_main .left ul li {
    flex: 1;
}

.foot_main .left ul li a {
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.35rem;
    display: block;
}

.foot_main .left ul li .two {}

.foot_main .left ul li .two:before {content: "";display: block;width: 0.2rem;height: 0.03rem;background: #d81e06;margin: 0.2rem 0;border-radius: 50px;}

.foot_main .left ul li .two a {
    font-size: 0.14rem;
    /* line-height: 0.4rem; */
    /* display: block; */
    opacity: 0.5;
}
.foot_main .left ul li .two a:hover {
    opacity: 1;
}
.foot_main .right {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin: 0.5rem 0 0;
}

.foot_main .foot_tel {
    flex: 1;
}

.foot_main .foot_tel .text1 {
    display: flex;
    align-items: center;
    opacity: 0.5;
    margin: 0.1rem 0;
}

.foot_main .foot_tel .text1 img {
    width: 0.22rem;
}

.foot_main .foot_tel .text1 span {}

.foot_main .foot_tel .text2 {
    font-size: 0.36rem;
    font-family: 'pingfang_b';
}

.foot_main .ewm_box {
    display: flex;
    gap: 0.2rem;
    text-align: center;
    margin: 0.3rem 0 0;
}

.foot_main .ewm_box .one {}

.foot_main .ewm_box .one img {
    display: block;
    width: 1.3rem;
    margin: 0 0 0.1rem;
}

.foot_main .ewm_box .one span {
    font-size: 0.14rem;
    opacity: 0.5;
}

.foot_buttom {
    text-align: center;
    padding: 0.2rem;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.foot_buttom p {
    opacity: 0.5;
}






.nei_product_nav {
    margin: 0.7rem 0 0;
    background: #fafafa;
    position: sticky;
    top: 0;
    z-index: 999;
}

.nei_product_nav ul {
    display: flex;
    justify-content: space-around;
}

.nei_product_nav ul li {
    padding: 0.1rem 0;
    flex: 1;
    text-align: center;
    transition: all 0.3s;
}

.nei_product_nav ul li a {
    display: block;
    padding: 0;
    transition: all 0.3s;
}

.nei_product_nav ul li .text {}

.nei_product_nav ul li .text img {
    width: 0.34rem;
    display: block;
    margin: 0.1rem auto;
}

.nei_product_nav ul li .text img.c_img {
    display: none;
}

.nei_product_nav ul li .text img.h_img {}

.nei_product_nav ul li .text span {}
.nei_product_nav ul li:hover {
    background: rgba(255,255,255,0.8);
}

.nei_product_nav ul li.on {}

.nei_product_nav ul li.on .text img.c_img {
    display: block;
}

.nei_product_nav ul li.on .text img.h_img {
    display: none;
}

.nei_product_nav ul li.on .text span {
    /* color: #e9212a; */
}
.nei_product_nav.fixd {
    /* margin: 0; */
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    background: rgba(29, 29, 31, 0.7);
    /* z-index: 400; */
}

.nei_product_nav.fixd ul li .text img {
    /* display: none !important; */
    height: 0;
    margin: 0;
}
.nei_product_nav.fixd ul li {
    padding: 0;
}

.nei_product_nav.fixd ul li a {
    color: #fff;
    padding: 0.25rem 0;
}
.nei_product_nav.fixd ul li:hover a, .nei_product_nav.fixd ul li.on a {
    color: #ffffff;
}
.nei_product_nav ul li.on a {
    color: #d81e06;
}
.nei_product_nav.fixd ul li:hover,.nei_product_nav.fixd ul li.on {
    background: #eb222a;
}

.nei_product_nav.fixd ul li a {
    color: #fff;
}

.product_banner {}

.product_banner {
    overflow: hidden;
    position: relative;
}

.product_banner ul {}

.product_banner ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 6rem; */
    max-height: 50vh;
    overflow: hidden;
    position: relative;
}

.product_banner ul li img {width: 100%;}

.product_banner ul li .text {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: 0;
    right: 0;
    text-align: left;
}

.product_banner ul li .text .text2 {
    font-size: 0.2rem;
}

.product_banner ul li .text .text1 {
    font-size: 0.48rem;
    font-family: 'pingfang_b';
    margin: 0.2rem 0;
}

.product_banner ul li .text .see_more {
    text-align: left;
}

.product_banner ul li .text .see_more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    padding: 0.08rem 0.2rem;
}

.product_banner ul li .text .see_more a span {}

.product_banner ul li .text .see_more a i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background-image: url(../images/bjt.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.12rem;
}

.product_banner ul li .text .see_more a:hover {
    background: #e7222a;
    border: 1px solid #e7222a;
}

.product_banner ul li .text .see_more a:hover span {}

.product_banner ul li .text .see_more a:hover i {}

.product_banner .banner_buttom {
    transform: translate(0, -0.2rem);
    position: relative;
    z-index: 99;
}

.neiproduct_list {
    margin: -0.1rem;
}

.neiproduct_list .product_list_two {
    flex: auto;
}

.neiproduct_list ul {flex-flow: row;}

.neiproduct_list ul li {
    width: 33.33%;
}
.all_product_list {
    margin: 0.6rem 0 0;
}
.neiproduct_listbox {
    overflow: hidden;
}

.prolist_ti {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 0.4rem;
}

.prolist_ti .ti {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}


.prolist_ti .ti h3 {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
}

.prolist_ti .ti .see_more {
    display: inline-flex;
    padding: 0.05rem 0.2rem;
    border-radius: 50px;
    border: 1px solid;
    align-items: center;
    transition: all 0.3s;
}

.prolist_ti .ti .see_more span {}

.prolist_ti .ti .see_more i {
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transition: all 0.3s;
}

.prolist_ti .ti .see_more:hover {}

.prolist_ti .ti .see_more:hover span {}

.prolist_ti .ti .see_more:hover i {
    transform: translate(0.1rem, 0);
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.prolist_ti .ti_right_but {
    width: 1.1rem;
    position: relative;
}

.prolist_ti .ti_right_but .swiper-button-next {
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.14rem;
    border: 1px solid;
    opacity: 0.5;
    transition: all 0.3s;
}

.prolist_ti .ti_right_but .swiper-button-prev {
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.14rem;
    border: 1px solid;
    opacity: 0.5;
    transition: all 0.3s;
}

.prolist_ti .ti_right_but .swiper-button-next:hover, .prolist_ti .ti_right_but .swiper-button-prev:hover {
    opacity: 1;
}

.neiproduct_list_two ul li {
    width: 33.33%;
}

.where_box {
    margin: 0;
    background: #fafafa;
}

.where_box .wal {
    display: flex;
    align-items: center;
    padding: 0.2rem 0;
}

.where_box .text1 {}
.where_box .text3 a{}
.where_box i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    margin: 0 0.15rem;
}

.where_box .text2 {
    /* opacity: 0.5; */
}
.header_box.write_header.fixd {
    background: #fff;
    box-shadow: 0 0 0.15rem rgba(0,0,0,0.1);
}

.porduct_main_base {
    display: flex;
    align-items: center;
}

.porduct_main_base .text {
    flex: 1;
    margin-right: 0.25rem;
}

.porduct_main_base .text h3 {
    margin: 0 0 0.3rem;
}

.porduct_main_base .text h3 em {
    display: block;
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin-bottom: 0.12rem;
}

.porduct_main_base .text h3 span {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
}

.porduct_main_base .text .zi {
    line-height: 0.3rem;
    color: #666;
}

.porduct_main_base .imgj {
    flex: 1;
    background: #f5f7fa;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
}

.porduct_main_base .imgj img {
    max-width: 90%;
    max-height: 90%;
}

.pro_change {
    border-bottom: 1px solid #ddd;
    line-height: 0.5rem;
}

.pro_change ul {
    display: flex;
    gap: 0.3rem;
}

.pro_change ul li {
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    cursor: pointer;
}

.pro_change ul li.on {
    border-bottom: 0.02rem solid #e62129;
    color: #e62129;
}

.pro_change ul li span {}

.pro_change ul li.on span {}

.porduct_infor {}

.porduct_infor .pro_infor {
    padding: 0.5rem 0;
}

.porduct_infor .pro_infor h3 {
    font-size: 0.24rem;
    font-family: 'pingfang_b';
    border-left: 0.03rem solid #e62129;
    line-height: 1;
    padding: 0 0 0 0.1rem;
    margin: 0 0 0.2rem;
}

.porduct_infor .pro_infor .main {
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.porduct_infor .pro_infor .main p {line-height: 0.35rem;}

.porduct_infor .pro_infor .pro_table {}

.porduct_infor .pro_infor .pro_table ul {
    display: flex;
    flex-flow: wrap;
    border-top: 1px solid #ddd;
    /* border-right: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
}

.porduct_infor .pro_infor .pro_table ul li {
    width: 50%;
    display: flex;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.14rem;
}

.porduct_infor .pro_infor .pro_table ul li label {
    flex: 1;
    background: #797b80;
    color: #fff;
    padding: 0.15rem;
}

.porduct_infor .pro_infor .pro_table ul li .m {
    flex: 2;
    padding: 0.15rem;
}
.porduct_infor .pro_infor .pro_table ul li:nth-child(2n) {
    /* border-right: 0; */
}


.about_infor {
    text-align: center;
    padding: 0.7rem 0;
}

.about_infor .ti {
    text-align: center;
}

.about_infor .ti img {
    width: 1.62rem;
    margin: 0 auto 0.2rem;
}

.about_infor .ti p {
    font-size: 0.2rem;
    color: #666;
}

.about_infor .zi {
    line-height: 0.3rem;
    /* width: 80%; */
    margin: 0.3rem auto;
}

.about_infor .zi p span {
    text-wrap: initial !important;
    font-size: 0.16rem !important;
}

.about_infor .company {
    margin: 0.4rem auto;
    background: rgba(255,255,255,0.5);
    display: inline-flex;
    padding: 0.2rem;
    align-items: center;
    font-size: 0.22rem;
    color: #da251c;
    font-family: 'pingfang_b';
    gap: 0.2rem;
    border-radius: 0.1rem;
}

.about_infor .company img {}

.about_infor .company span {}
.d_f {
    display: flex;
}

.text_left {
    text-align: left;
}

.all_ti.d_f {}

.all_ti.d_f .ti {
    flex: 1;
    text-align: left;
}

.all_ti.d_f .text_tip {
    flex: 1;
    line-height: 0.3rem;
}

.bg_f5f7fa {
    background: #f5f7fa;
}

.about_goods {}

.about_goods ul {
    display: flex;
    flex-flow: wrap;
    gap: 0.2rem;
}

.about_goods ul li {
    display: flex;
    align-items: center;
    background: #fff;
    width: calc(50% - 0.1rem);
    border-radius: 0.1rem;
}

.about_goods ul li .imgj {
    padding: 0.3rem;
    /* border-right: 1px solid #ddd; */
    width: 1.4rem;
}

.about_goods ul li .imgj img {
    width: 0.8rem;
}

.about_goods ul li .text {
    flex: 1;
    padding: 0.3rem;
    border-left: 1px solid #ddd;
}

.about_goods ul li .text h4 {
    font-size: 0.22rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.about_goods ul li .text p {
    /* line-height: 0.26rem; */
    color: #666;
}

.about_product {}

.about_product ul {
    display: flex;
    gap: 0.01rem;
}

.about_product ul li {
    flex: 1;
    text-align: center;
    transition: all 0.3s;
}

.about_product ul li .item {
    display: block;
    height: 5rem;
    position: relative;
    background-size: cover;
    background-position: center;
}

.about_product ul li .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    transition: all 0.3s;
}

.about_product ul li .item .text h4 {
    font-size: 0.24rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.2rem;
}

.about_product ul li .item .text .main {
    height: 0;
    overflow: hidden;
    font-size: 0.18rem;
    line-height: 0.33rem;
    transition: all 0.3s;
}
.about_product ul li .item .text .main p{color:#fff;}

.about_product ul li .item:hover .text {}

.about_product ul li .item:hover .text h4 {}

.about_product ul li .item:hover .text .main {}

.about_product ul li .item:hover .text .main p {}

.about_product ul li.on {
    flex: 1.5;
}

.about_product ul li.on .item {background-size: 100%;background-position: center center;}

.about_product ul li.on .item .text {bottom: 0;}

.about_product ul li.on .item .text h4 {font-size: 0.28rem;}

.about_product ul li.on .item .text .main {height: 4rem;}
.about_product ul li.on .item .text .main p{color:#fff;}

.about_product ul li.on .item:hover .text {}

.about_product ul li.on .item:hover .text h4 {}

.about_product ul li.on .item:hover .text .main {}

.about_product ul li.on .item:hover .text .main p {}
.about_product ul li.on .item:hover .text .main p {}

.bg_ln {
    background: url(../images/bg_ln.png) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.color_fff {
    color: #fff;
}

.color_fff.ti p {
    color: #fff;
}

.about_ninian {
    padding: 0 0 1rem;
}

.about_ninian .main {
    line-height: 0.3rem;
    width: 80%;
    margin: 0 auto 1rem;
    text-align: center;
    color: #fff;
}

.go_contact {
    display: flex;
    width: 1.7rem;
    background: #d81e06;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 0.5rem;
    border-radius: 0.1rem;
    gap: 0.2rem;
    font-size: 0.18rem;
    font-family: 'pingfang_b';
    color: #fff !important;
}

.go_contact img {
    width: 0.26rem;
}

.go_contact span {}

.nnei_banner {
    background-size: cover;
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-position: center;
}

.nnei_banner .text {}

.nnei_banner .text h3 {
    font-size: 0.4rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.nnei_banner .text p {
    font-size: 0.2rem;
}

.nnei_banner .wal {
}

.neicase_box {}

.neicase_box ul {
    display: flex;
    flex-flow: wrap;
}

.nnei_banner .text .text1 {
    font-size: 0.16rem;
    width: 80%;
    margin: 0 auto 0.3rem;
}

.nnei_banner form.biao {
    background: #fff;
    width: 35%;
    margin: 0.5rem  auto 0;
    border-radius: 50px;
}

.nnei_banner form.biao .form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.02rem;
}

.nnei_banner form.biao .form .button {
    line-height: 0.5rem;
    width: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nnei_banner form.biao .form input[type="text"] {
    flex: 1;
    line-height: 0.44rem;
}

.nnei_banner form.biao .form input[type="submit"] {
    background: #d81e06;
    width: 1rem;
    border-radius: 50px;
    color: #fff;
    line-height: 0.44rem;
}
.download_box {}

.download_box ul {
    display: flex;
    flex-flow: wrap;
}

.download_box ul li {
    width: 50%;
    padding: 0.1rem;
}

.download_box ul li .item {
    background: #fafafa;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem;
    gap: 0.2rem;
}

.download_box ul li .item .imgj {}

.download_box ul li .item .imgj img {
    width: 0.28rem;
}

.download_box ul li .item h3 {
    flex: 1;
    font-size: 0.2rem;
    /* font-family: 'pingfang_b'; */
}

.textover1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.download_box ul li .item  a {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.download_box ul li .item  a img {
    width: 0.24rem;
}

.download_box ul li .item  a span {}

.question_box {}

.question_box ul {}

.question_box ul li {
    border-radius: 0.1rem;
}

.question_box ul li .item {}

.question_box ul li .item .top {
    display: flex;
    align-items: center;
    padding: 0.2rem;
    border-bottom: 1px solid #ddd;
    position: relative;
    justify-content: space-between;
    color: #666;
}

.question_box ul li .item .top em {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    color: #e62129;
}
.question_box ul li .item .top:hover {
    background: #d81e06;
    color: #fff;
}
.question_box ul li .item .top span {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    /* color: #333; */
}

.question_box ul li .item .main {
    line-height: 0.3rem;
    color: #666;
    height: 0;
    overflow: hidden;
    padding: 0 0.2rem;
    transition: all 0.3s;
}

.question_box ul li .item .main p {}

.question_box ul li.on {
    background: #fafafa;
    border-top: 0.02rem solid #d81e06;
}

.question_box ul li.on .main {
    height: auto;
    padding: 0.2rem 0.2rem 0.5rem;
}

.question_box ul li .item .top .i {
    position: absolute;
    right: 0.2rem;
    top: 0.35rem;
    width: 0.2rem;
    height: 0.2rem;
}

.question_box ul li .item .top .i i.i1 {
    display: block;
    width: 0.2rem;
    height: 0.02rem;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.question_box ul li .item .top .i i.i2 {
    display: block;
    width: 0.02rem;
    height: 0.2rem;
    background: #333;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    transition: all 0.3s;
}

.question_box ul li.on .item .top .i {}

.question_box ul li.on .item .top .i i.i1 {
    opacity: 0;
}

.question_box ul li.on .item .top .i i.i2 {
    transform: rotate(90deg);
}

.cantact_us {
    display: flex;
}

.cantact_us .map_box {
    flex: 1;
}

.cantact_us .map_box img {
        width: 80%;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.cantact_us .text_box {
    flex: 1;
    padding: 0.5rem;
    box-sizing: border-box;
}

.cantact_us .text_box h4 {
    font-size: 0.34rem;
    font-family: 'pingfang_b';
}

.cantact_us .text_box ul {
    margin: 0.3rem 0;
}

.cantact_us .text_box ul li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.2rem;
    font-size: 0.18rem;
    border-bottom: 1px solid #ddd;
}

.cantact_us .text_box ul li img {/* width: 0.28rem; */}

.bg_f8f8f8 {
    background: #f8f8f8;
}

.cantact_us .text_box .ewm_box {
    display: flex;
    gap: 0.2rem;
}

.cantact_us .text_box .ewm_box .one {}

.cantact_us .text_box .ewm_box .one img {
    width: 1rem;
    display: block;
    margin: 0 auto 0.1rem;
    border-radius: 0.1rem;
}

.cantact_us .text_box .ewm_box .one span {
    display: block;
    text-align: center;
    color: #666;
}

.cantact_us .text_box ul li p {
    flex: 1;
}

.cantact_us .text_box ul li label {
    width: 1rem;
}

 .formbox {
    /* width: 50%; */
}

 .formbox ul {
    display: flex;
    flex-flow: wrap;
    margin: -0.1rem;
}

 .formbox ul li {
    width: 33.33%;
    padding: 0.1rem;
}

 .formbox ul li .input {
    background: #f8f8f8;
    line-height: 0.6rem;
    padding: 0 0.1rem;
    display: flex;
    align-items: center;
    border-radius: 0.1rem;
}

 .formbox ul li .input label {}

 .formbox ul li .input input {
    flex: 1;
}

 .formbox ul li:last-child {
    width: 100%;
}

 .formbox ul li .input textarea {
    padding: 0.2rem 0.1rem;
    height: 1.5rem;
    width: 100%;
    background: none;
}

 .formbox button {
    background: #d81e06;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    padding: 0.15rem 0.8rem;
    display: block;
    border-radius: 0.1rem;
    margin: 0.2rem auto 0;
}


.neinews_box {}

.neinews_box ul {
    /* display: flex; */
    /* flex-flow: wrap; */
    /* margin: -0.1rem; */
}

.neinews_box ul li {
    /* width: 33.33%; */
    padding: 0.1rem;
}

.neinews_box ul li .item {
    display: block;
    border-radius: 0.1rem;
    overflow: hidden;
    background: #f5f7fa;
}

.neinews_box ul li .item .imgj {
    display: none;
}

.neinews_box ul li .item .imgj img {}

.neinews_box ul li .item .text {
    display: flex;
    align-items: center;
    padding: 0.2rem;
    gap: 0.5rem;
}
.neinews_box ul li .item .text .date {
    text-align: center;
    background: #ddd;
    padding: 0.2rem 0;
    border-radius: 0.1rem;
    width: 1.2rem;
}
.neinews_box ul li .item .text .textbox {
    flex: 1;
}

.neinews_box ul li .item:hover .text .date {
    background: #d81e06;
}

.neinews_box ul li .item:hover .text .date em,.neinews_box ul li .item:hover .text .date span {
    color: #fff;
}
.neinews_box ul li .item .text .date em {
    font-family: 'pingfang_b';
    font-size: 0.5rem;
    display: block;
    color: #333;
}

.neinews_box ul li .item .text .date span {
    color: #666;
}
.neinews_box ul li .item .text .text2 {
    color: #666;
    margin: 0 0 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.neinews_box ul li .item .text .text1 {
    font-size: 0.2rem;
    font-family: 'pingfang_b';
    margin: 0 0  0.15rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.neinews_box ul li .item .text .see_more {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
}

.neinews_box ul li .item .text .see_more span {}

.neinews_box ul li .item .text .see_more i {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/hjt.png) center center no-repeat;
    background-size: 0.12rem;
    transition: all 0.3s;
}
.neinews_box ul li .item:hover .text .see_more i {
    transform: translate(0.1rem, 0);
    background: url(../images/cjt.png) center center no-repeat;
    background-size: 0.12rem;
}

.neinews_con {
    display: flex;
    gap: 0.6rem;
}

.neinews_con .neinews_main {
    flex: 1;
}

.neinews_con .neinews_main .ti {
    padding: 0 0 0.2rem;
    border-bottom: 1px solid #ddd;
}

.neinews_con .neinews_main .ti h3 {
    font-size: 0.32rem;
    font-family: 'pingfang_b';
    margin: 0 0 0.1rem;
}

.neinews_con .neinews_main .ti span {
    display: block;
    color: #666;
}

.neinews_con .neinews_main .main {
    padding: 0.3rem 0;
}

.neinews_con .neinews_main .main p {
    line-height: 0.3rem;
}

.relative_news {
    width: 25%;
}

.relative_news ul {}

.relative_news ul li {
    width: 100%;
}

.neinews_con .neinews_main .main img {
    max-width: 100%;
    display: block;
    margin: 0.2rem auto;
}

.relative_news .titi {
    font-size: 0.3rem;
    font-family: 'pingfang_b';
    margin: 0  0 0.3rem;
}

.three_nav {
    margin: 0 0 .4rem;
    text-align: center;
}

.three_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    /* background: #f5f7fa; */
    border-radius: 50px;
    width: 80%;
    margin: 0 auto;
    flex-flow: wrap;
    gap: 0.1rem;
}

.three_nav ul li {
    line-height: 0.44rem;
    background: #f5f7fa;
    border-radius: 50px;
    padding: 0 0.3rem;
    text-align: center;
}

.three_nav ul li.on {
    background: #e9212a;
}

.three_nav ul li a {}

.three_nav ul li.on a {color:#fff}

.relative_news ul li .item .text {
    display: block;
}

.relative_news ul li .item .text .text1 {
    font-size: 0.16rem;
    margin: 0 0 0.05rem;
}

.relative_news ul li .item .text .text1 .text2 {}

.relative_news ul li .item .text .see_more {
    margin: 0;
    padding: 0.2rem 0 0;
    border-top: 1px solid #ddd;
    margin: 0;
}


.relative_news ul li .item .text .text2 {
    margin: 0 0 0.2rem;
}